[DllImport("advapi32.dll", SetLastError=true, EntryPoint="ClearEventLog")]
public static extern int ClearEventLogA(int hEventLog, string lpBackupFileName)
Declare Function ClearEventLog Lib "advapi32.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
hEventLog is the handle for the log you wish to operate on, this handle can be got from OpenEventLog if needed.
Please add some!
Please add some!